From af37573f2c64cec3f5330f8fe7c39a1aa29737ff Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 4 Apr 2006 09:53:53 +0100 Subject: [PATCH] Build a few more common network options into the i386 -xen kernel. Signed-off-by: Keir Fraser --- buildconfigs/linux-defconfig_xen_x86_32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildconfigs/linux-defconfig_xen_x86_32 b/buildconfigs/linux-defconfig_xen_x86_32 index a1c6741c96..bce7cf92c2 100644 --- a/buildconfigs/linux-defconfig_xen_x86_32 +++ b/buildconfigs/linux-defconfig_xen_x86_32 @@ -292,11 +292,11 @@ CONFIG_NET=y # Networking options # # CONFIG_NETDEBUG is not set -CONFIG_PACKET=m +CONFIG_PACKET=y CONFIG_PACKET_MMAP=y -CONFIG_UNIX=m +CONFIG_UNIX=y CONFIG_XFRM=y -CONFIG_XFRM_USER=m +CONFIG_XFRM_USER=y CONFIG_NET_KEY=m CONFIG_INET=y CONFIG_IP_MULTICAST=y -- 2.30.2